home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / stocks / smaddel1.hs1 < prev    next >
Text File  |  1984-01-09  |  6KB  |  121 lines

  1.     ADD/DELETE STOCKS PROGRAM - Description of Stock Select Screen (1 of 5)
  2.  
  3. The stock select screen can display information for up to 13 stocks at a time.
  4. On the left side of the stock select screen there will be a pointer that looks
  5. like this:  ->  A stock is selected (for making changes, etc.) when the pointer
  6. is on the same line as the name of that stock.  The pointer can be moved
  7. through the list of stocks by means of the cursor keys on the right side of the
  8. keyboard as described below.  If you press the wrong key, an error message will
  9. flash on the bottom of the screen until you press another correct key.
  10.  
  11. If you are just starting a new data diskette, the stock select screen will
  12. automatically start prompting you to type information about the first stock.
  13. There is more information about this under the Add function, described later
  14. in this series of screens.
  15.  
  16. Down-arrow: moves the pointer down one line.  If necessary, the display will
  17.       scroll towards the end of the list.  The pointer can be moved one line
  18.       below the end of the list to permit adding a new stock at the end of the
  19.       list (see the Add function, described later in this series of screens).
  20.  
  21. Up-arrow: moves the pointer up one line.  If necessary, the display will
  22.       scroll towards the beginning of the list.
  23.  
  24. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  25.     ADD/DELETE STOCKS PROGRAM - Description of Stock Select Screen (2 of 5)
  26.  
  27. PgDn: moves the display 10 lines down towards the end of the list.  There is
  28.       an overlap of 3 lines.  The pointer is placed on the bottom line.
  29.  
  30. PgUp: moves the display 10 lines up towards the beginning of the list.  There
  31.       is an overlap of 3 lines.  The pointer is placed on the top line.
  32.  
  33. End:  moves the display to the end of the list and places the pointer on the
  34.       last line of the list.
  35.  
  36. Home: moves the display to the beginning of the list and places the pointer
  37.       on the first line of the list.
  38.  
  39. Typing one of the following letter keys will invoke the corresponding function:
  40.  
  41. A  = ADD a new stock to the list.  The stock identified by the selector arrow,
  42.      and any others after it, will be moved down towards the end of the list;
  43.      the new stock will then go on the line the selector arrow is on.  All pro-
  44.      grams in the system will display the stocks in the same order; that is,
  45.      the order in which they were originally put on the screen.
  46.  
  47.  
  48. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  49.     ADD/DELETE STOCKS PROGRAM - Description of Stock Select Screen (3 of 5)
  50.  
  51.      A particular stock symbol cannot exist more than once on a data diskette;
  52.      unless data for that stock is being updated BOTH daily and weekly, in
  53.      which case that symbol can exist twice.  (The stock symbol preceeded by D
  54.      for daily or W for weekly is used as a unique file name to access the cor-
  55.      responding volume and price data).  Also, entry of dividends, earnings and
  56.      price goals are optional - press ENTER by itself to bypass those prompts.
  57.  
  58. C  = CHANGE the name, symbol, exchange, dividend, earnings or price goals for
  59.      the stock identified by the selector arrow.  It isn't necessary to re-
  60.      enter each data item; just re-enter the ones that are to be changed and
  61.      press ENTER by itself to bypass entry of the others.  You can't change
  62.      the number of periods for which volume and price data are maintained, and
  63.      you can't change from daily to weekly or vice versa.
  64.  
  65. D  = DELETE the stock identified by the selector arrow, and all of the corres-
  66.      ponding volume and price data.  You are first given a chance to abort this
  67.      function in case you pressed the wrong key.  See also the R function des-
  68.      cribed on the next screen.
  69.  
  70.  
  71.  
  72. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  73.     ADD/DELETE STOCKS PROGRAM - Description of Stock Select Screen (4 of 5)
  74.  
  75. R  = RESTORE the most recently deleted stock.  The stock identified by the
  76.      selector arrow, and any others after it, will be moved down towards the
  77.      end of the list; the most recently deleted stock is then "un-deleted" and
  78.      will go on the line the selector arrow is on.  By using D and R you can
  79.      move any stock in the list anywhere else in the list.  It is suggested
  80.      that stock names be kept in the same order in which they appear in the
  81.      newspaper or other publication from which price data is obtained.
  82.  
  83.      Warning:  Only the single most recently deleted stock can be restored.  If
  84.      you delete another stock, the one deleted before that is GONE!  Also, the
  85.      most recently deleted stock REALLY IS deleted if you switch to another
  86.      program in the stock tracking system or exit to the operating system with
  87.      the Quit function.
  88.  
  89. E  = ENTER volume and prices for any stock on the list.  This will take you
  90.      to the data entry program and another stock select screen.
  91.  
  92. G  = Draw a bar GRAPH for any stock.  This will take you to the bar graph pro-
  93.      gram and another stock select screen.
  94.  
  95.  
  96. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  97.     ADD/DELETE STOCKS PROGRAM - Description of Stock Select Screen (5 of 5)
  98.  
  99. H  = HELP.  Displays the explanatory information you are looking at now.
  100.  
  101. Q  = QUIT this program and exit to DOS, so you can run a different program
  102.      system, make a backup copy of a disk, etc.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. Press ENTER or Esc key to go back to the stock select screen.
  121.